home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 24 / fastbios.zip / FASTBIOS.DOC < prev    next >
Text File  |  1985-12-24  |  2KB  |  55 lines

  1.                                                  12/23/85
  2.  
  3. INT09.COM
  4.   This is a complete replacement of the BIOS keyboard routine.
  5.   Improvements are:
  6.       ..Typematic keys repeat twice as fast.
  7.       ..Typeahead buffer is 128 bytes (works better than BUF128).
  8.  
  9. INT10.COM
  10.   This is a partial replacement of the BIOS screen routine.
  11.   Improvements are:
  12.       ..22% faster than the BIOS due to shorter pathlength.
  13.       ..87% faster for programs that write using DOS calls.
  14.         It's dramatic, for example, on TYPE and DEBUG.
  15.         Redirection still works.
  16.       ..90% faster for programs written in BASCOM.
  17.  
  18. Both of these should be made resident (in your AUTOEXEC.BAT) before
  19. any other resident programs.
  20.  
  21. DIMMER.COM
  22.   Turns your screen off after 10 minutes. Hit any key (e.g. one of the
  23.   shift keys) to turn it back on.  Do not use this with the Hercules card.
  24.  
  25. BREAKON.COM
  26.   Allows you to terminate any program by hitting Ctrl-Brk.  This includes
  27.   programs that normally ignore Ctrl-Brk and programs that are looping.
  28.   With this program resident, there is no need for BREAK ON.
  29.   If you cannot break out the first time, try a second or third time.
  30.   Each successive increases the urgency.  The third one is unconditional.
  31.   Caution:  if you break out of a resident program such as Backscrl or
  32.   Sidekick, chances are you will not be able to use that program again
  33.   until you reboot.  For those who want to see how it works or modify
  34.   it, I have included the source code.
  35.   MUST be the LAST program in your autoexec.bat.
  36.  
  37. I also recommend DOSEDIT and BACKSCRL (available on most bulletin boards).
  38. Your AUTOEXEC should look something like this:
  39.  
  40. PATH \
  41. INT09
  42. INT10
  43. DOSEDIT
  44. BACKSCRL 10
  45. .
  46. . (others)
  47. .
  48. DIMMER
  49. BREAKON
  50. CLS
  51.  
  52.  
  53. Bob Wagner
  54. BBS: 806-763-3375
  55.